Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Objects /
Chapter 3 - Style Objects / Style Objects Reference
Constants and Data Types


The Style Object

QuickDraw GX provides you with access to an individual style object through a gxStyle reference:

typedef struct gxPrivateStyleRecord *gxStyle;
In this type definition, gxStyle is a type-checked reference, not an actual pointer to any defined structure. The contents of the style object are private.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996